type runtime.ancestorInfo

8 uses

	runtime (current package)
		proc.go#L4154: func saveAncestors(callergp *g) *[]ancestorInfo {
		proc.go#L4159: 	var callerAncestors []ancestorInfo
		proc.go#L4167: 	ancestors := make([]ancestorInfo, n)
		proc.go#L4174: 	ancestors[0] = ancestorInfo{
		proc.go#L4180: 	ancestorsp := new([]ancestorInfo)
		runtime2.go#L481: 	ancestors      *[]ancestorInfo // ancestor information goroutine(s) that created this goroutine (only used if debug.tracebackancestors)
		runtime2.go#L995: type ancestorInfo struct {
		traceback.go#L854: func printAncestorTraceback(ancestor ancestorInfo) {